*{margin: 0;padding: 0;}
body{margin: auto;font:12px/25px  "microsoft yahei";color: #333;}
ul,li{list-style: none;}
a{text-decoration: none;color: #000;transition: 0.5s;}
.swiper-button-prev:focus{outline: none !important;}
.swiper-button-next:focus{outline: none !important;}
.clearfix::after{content: "";display: block;clear: both;visibility: hidden;height: 0;}
.clearfix{*zoom: 0;}
.clear{clear: both;}
.contain {width:1400px; margin:0px auto;}
.fl{ float: left;}
.fr{ float: right;}
i,em{font-style: inherit;} 
.flexwrap{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.flex{display: flex;justify-content: space-between;}
.vimg{transition: 1s;width: 100%;height: 100%;object-fit: cover;}
.vimg:hover{transform: scale(1.1);}
.textindent{text-indent: 32px;}
.one-line{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.two-line{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.page-pro img{display: block;margin: 0 auto;max-width: 800px;}

/*head*/
.head{padding: 10px 0;}
.logo{display: flex;align-items: center;}
.logo dl dt{font-size: 35px;font-weight: bold;}
.logo dl dd{font-size: 16px;color: #666;margin-top: 10px;}
.home-nav{background: #023793;}
.nav li{position: relative; float: left;text-align: center;width: 12.5%;}
.nav li:hover{background: #e96503;}
.nav li>a{display: block;font-size: 16px;position: relative;z-index: 2;line-height: 75px;color: #fff;}
.nav li>a::before{content: "";position: absolute;left: 0;top: 0;width: 0;height: 100%;background: #023793;z-index: -1;transition: .5s;}
.nav li>a::after{content: "";position: absolute;right: 0;top: 0;background: #023793;z-index: -1;width: 0;height: 100%;transition: .5s;}
.nav li.lastLi img{vertical-align: middle;margin-right: 5px;width:35px;}
.nav li dl{width:110%;background:#023793;position:absolute;left: 0;top: 100%; z-index:99999;color: #fff;opacity: 0;transform: translateY(20px);transition: .3s;visibility: hidden;}
.nav li dl dt{line-height: 45px;background: #023793;}
.nav li dl dt a{font-size: 14px;color: #fff;}
.nav li:hover dl{opacity: 1;transform: translateY(0);visibility: visible;}
.nav li dl dt:hover{background: #e96503;}
.telephone img{vertical-align: middle;width:40px;margin-right: 10px;}
.telephone{display: flex;align-items: center;}
.telephone dl dt{font-size: 16px;color: #777;}
.telephone dl dd{font-size: 30px;font-weight: bold;}

/* index */








/*footer*/
.foot{background:url(../images/bottom.jpg);padding: 40px 0;color: #bdbdbd;}
.foot_1{width: 45%;}
.ftop{position: relative;margin-bottom: 20px;font-size: 18px;color: #fff;line-height: 50px;}
.ftop::after{content: "";display: block;position: absolute;left: 0;bottom: 0;width: 50px;height: 2px;background: #023793;}
.foot_1 ul li{padding: 5px 0;width: 33%;}
.foot_1 ul li a{font-size: 14px;color: #bdbdbd;}
.foot_2 ul li{font-size: 14px;margin-bottom: 5px;}
.foot_2 ul li b{font-size: 30px;color: #fff;}
.foot_3{text-align: center;font-size: 14px;padding-top: 20px;}
.banquan{ background:#333;width: 100%; height: 30px; line-height: 30px;text-align: center;color: #bdbdbd;border-top: 1px solid #505050;}

.foot_1 ul li a:hover{color: #fff;text-decoration: underline;}
.foot_1 ul li:hover{border-color: #023793;}
.foot_4 ul li a:hover{color: #fff;text-decoration: underline;}
.foot_4 ul li:hover{border-color: #023793;}

.prolist dl{ float: left; width: 270px; height: 240px; display: block; margin: 15px 10px 0px 10px; border: 1px solid #CCCCCC; text-align: center;}
.prolist dl dt{ text-align: center;}
.prolist dl img{ margin: 3px;  display: block; padding: 1px; border: 1px solid #EEE; height: 200px; text-align: center;}
.message{line-height:24px;width: 580px;margin: 0 auto;}
.message dt{float:left;clear:both;width:70px;margin-top:18px;}
.message dd{float:left;margin-top:10px;}
.message input{line-height:40px;height:40px;border-radius: 5px;border: 1px solid rgb(169, 169, 169);}
.message .input{display: flex;justify-content: space-evenly;margin-top: 20px;}
.sub{line-height:40px !important;height: 40px !important;width: 150px;background: #023793;cursor: pointer;border: none;font-size: 16px;color: #fff;}
.iright .e2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.e2 li{width: 48%;padding: 10px;border: 1px solid #ccc;margin-bottom: 12px;position: relative;overflow: hidden;border-radius: 5px;}
.e2 li .bottom_div{position: absolute;left: -100%;top: 0;z-index: -1;width: 100%;height: 100%;background: #023793;transition: 0.5s;transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.e2 li .nti{padding-bottom: 5px;margin-bottom: 5px;border-bottom: 1px dashed #ccc;}
.e2 li .nti .xian{width: 30px;height: 2px;float: left;background: #023793;transition: 0.5s;margin-top: 17px;margin-right: 10px;}
.e2 li .tia{float: left;font-size: 18px;color: #333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 70%;}
.e2 li .nti>span{float:right;}
.e2 li .des{font-size: 14px;line-height: 2;}
.e2 li .des .desbo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.e2 li .des a{width: 120px;line-height: 35px;text-align: center;font-size: 15px;margin-top: 40px;background: #023793;color: #fff;border-radius: 5px;}
.e2 li:hover .bottom_div{left: 0;}
.e2 li:hover .nti .xian{background: #fff;}
.e2 li:hover a{color: #fff;}
.e2 li:hover .des{color: #fff;}
.e2 li:hover .des a{background: #fff;color: #023793;}
.e2 li:hover{border-color: #023793;}

.listimg{width:219px;float:left;margin:0px 5px;}
.listimg a{width:219px;}
.listimg a img{vertical-align:middle; width:219px; height:180px;}
.listimg p{line-height:40px; height:40px; text-align:center; width:219px; margin:0px auto;}
.slt{overflow:hidden;margin-top:10px;margin-bottom:10px;}
.timeBar{color:#666;line-height:36px;text-align:center;margin-top:20px;margin-right:auto;margin-bottom:10px;margin-left:auto;}
.guidbar_next{padding:10px 0px;border-top:1px solid #dadada;margin-top:20px;display: flex;justify-content: space-between;}
.guidbar_next li{font-size:14px;color:#666;}
.guidbar_next li a{color:#333;font-size: 14px;}
.page{padding-top:20px;height:30px;clear:both;text-align: center;}
.page li{display: inline-block;margin-right:6px;border:1px solid #ccc;width: 5%;}
.page .pages_hollow{width: 5%;line-height:25px;background: #023793;color: #fff;border:1px solid #023793;}
.page li a{display: block;color:#333;line-height:25px;}
.page li a:hover{background: #023793;color: #fff;text-decoration:none;}
.title3{height:36px; line-height:36px; color:#fff; font-size:14px; font-weight:bold; padding-left:10px; background-color:#023793;}
.title3 span{ float:right; color:#fff; padding-right:10px;}
.title3 a{ color: #fff;}
.content{line-height:36px;font-size:16px;}
.mt5{ text-align: center;}
.iright{margin-bottom: 20px;}
.icpfl{background: #023793; }
.cpt{ height: 80px; background: #023793; text-align: center; font-size: 22px; color: #fff; line-height: 80px;}
.cpt span{ font-size: 16px; padding-left: 6px;}
.cpb{ padding: 30px 20px;}
.cpb li{ height: 40px; line-height: 40px; background: #f8f8f8; text-align: center; margin-bottom: 10px;}
.cpb li a{ font-size: 18px; color: #333333; display: block;}
.cpb li:hover{ background: #023793;}
.cpb li:hover a{color: #fff;}
.cpb:nth-child(2) ul{ padding: 10px 0px}
.cpb ul dd{ line-height: 35px; text-align: center;}
.cpb ul dd a{ font-size: 14px; color: #ffffff; display: block;}
.cpb ul dd:hover{ background: #f8f8f8;}
.cpb ul dd:hover a{ color: #333;}
.nlx{ margin-top: 20px;}
.nlxt{ height: 40px; line-height: 40px; background: #023793; font-size: 16px; color: #fff; padding-left: 20px;}
.nlxb{ background: #f4f5f7; padding: 10px; line-height: 30px; font-size: 14px;}

.insidePro{margin-bottom: 60px;}
.insidePro li{float:left; margin-bottom: 20px;width: 19%;line-height: 45px;text-align: center;background: #f1f1f1;margin-right: 1%;}
.insidePro li a{display: block; font-size: 16px;}
.insidePro li:hover a{background: #023793;color: #fff;}
.imgbox{position: relative;}
.mup{width: 100%;height:60px;line-height: 60px;font-size:16px;background: rgba(255,255,255,0.8);position: absolute;left: 0;bottom: 0;}
.mup .contain{display: flex;justify-content: space-between;}
.mup .n-name{font-size: 25px;font-weight: bold;padding-left: 10px;background: url(../images/xian.jpg) no-repeat left;}
.mup .cwrap{padding-left: 30px;background: url(../images/home.png) no-repeat left;}
.sbj{ margin: 40px auto;}
.rytp{width:24%;float:left;margin:0px 5px 20px;}
.rytp a.link{height:233px;display:block;overflow:hidden;border:1px solid #ccc;text-align:center;position: relative;}
.rytp a.link::before{content: "";display: block;position: absolute;left: 50%;top: 0;width: 0;height: 100%;transition: 0.5s;opacity: 1;background: #fff;}
.rytp a.link::after{content: "";display: block;position: absolute;left: 0;top: 50%;width: 100%;height: 0;transition: 0.5s;opacity: 1;background: #fff;}
.rytp:hover a.link::before{opacity: 0;width: 100%;left: 0;}
.rytp:hover a.link::after{opacity: 0;height: 100%;top: 0;}

.rytp .ryimg{height: 250px;overflow: hidden;}
.rytp .page-pro-ryimg{height: 330px;overflow: hidden;}
.rytp a img{transition: all 0.6s;width: 100%;height: 100%;object-fit: contain;}
.rytp a .page-pro-ryimg img{object-fit: cover;}
.rytp .ryb p{line-height:40px;height:40px;text-align:center;}
.rytp .ryb .more{display: block;border: 1px solid #023793;line-height: 30px;text-align: center;font-size: 16px;}
.rytp:hover .more{background: #023793;color: #fff;}
.nproduct{text-align: center;margin: 90px 0;font-size: 0;}
.nproduct li{width: 9%;display: inline-block;border: 1px solid #023793;box-sizing: border-box;line-height: 40px;background: #f1f1f1;position: relative;border-right: none;}
.nproduct li:last-child{border-right: 1px solid #023793;}
.nproduct li a{font-size: 16px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nproduct li dl{line-height: 35px;display: none;background: #023793;position: absolute;left: 0;top: 40px;width: 100%;z-index: 1;border: 1px solid #023793;}
.nproduct li dl a{font-size: 15px;display: block;color: #fff;position: relative;}
.nproduct li dl a::after{content: "";display: block;position: absolute;left: 0;bottom: 0;width: 0;height: 2px;background: #fff;transition: 0.5s;}
.nproduct li:hover{background: #023793;}
.nproduct li:hover a{color: #fff;visibility: ;}
.nproduct li dl dt a:hover::after{width: 100%;}

/* 侧边工具栏 */
.q_aside{position: fixed;right:1%;bottom:25%;z-index: 100000000000;}
.q_aside_item{margin:0 auto 2px; background-color: #e96503;border-radius: 4px;cursor: pointer;position: relative;text-align: center;padding: 12px;}
.q_aside_item a{outline: none;display: block;}
.q_aside_item_main{width:150px;height:54px;text-align: center;line-height: 54px;font-size: 17px;display: none;
  color:#fff;background-color:#e96503;border-radius: 4px;position: absolute;left:-160px;top:0px;
}
.weixin{width:128px;height:128px;text-align: center;padding:0;display: none;overflow:hidden;box-shadow: 0 0 10px #888;border-radius: 4px;position: absolute;left:-130px;top:-33px;}
.q_aside_item4{display: none;}

@media screen and (max-width: 1440px) {
	.contain{width: 1200px;}
	.nav li dl{width: 140%;}
	.foot_1{width: 50%;}
	/* 内页 */
	.e2 li{width: 47.6%;}
	.rytp{width: 24.1%;}
	.page li{width: 7%;}
	.page .pages_hollow{width: 7%;}
	.ileft{width: 23%;}
	.content .inside li{width: 45.6%;}
	.content .inside li .inr{width: 82%;}
	.rytp .page-pro-ryimg{height: 280px;}
}